3.1179 \(\int \frac{(1-2 x) (2+3 x)^3}{3+5 x} \, dx\)

Optimal. Leaf size=37 \[ -\frac{27 x^4}{10}-\frac{81 x^3}{25}+\frac{279 x^2}{250}+\frac{1663 x}{625}+\frac{11 \log (5 x+3)}{3125} \]

[Out]

(1663*x)/625 + (279*x^2)/250 - (81*x^3)/25 - (27*x^4)/10 + (11*Log[3 + 5*x])/312
5

_______________________________________________________________________________________

Rubi [A]  time = 0.0355911, antiderivative size = 37, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 1, integrand size = 20, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.05 \[ -\frac{27 x^4}{10}-\frac{81 x^3}{25}+\frac{279 x^2}{250}+\frac{1663 x}{625}+\frac{11 \log (5 x+3)}{3125} \]

Antiderivative was successfully verified.

[In]  Int[((1 - 2*x)*(2 + 3*x)^3)/(3 + 5*x),x]

[Out]

(1663*x)/625 + (279*x^2)/250 - (81*x^3)/25 - (27*x^4)/10 + (11*Log[3 + 5*x])/312
5

_______________________________________________________________________________________

Rubi in Sympy [F]  time = 0., size = 0, normalized size = 0. \[ - \frac{27 x^{4}}{10} - \frac{81 x^{3}}{25} + \frac{11 \log{\left (5 x + 3 \right )}}{3125} + \int \frac{1663}{625}\, dx + \frac{279 \int x\, dx}{125} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((1-2*x)*(2+3*x)**3/(3+5*x),x)

[Out]

-27*x**4/10 - 81*x**3/25 + 11*log(5*x + 3)/3125 + Integral(1663/625, x) + 279*In
tegral(x, x)/125

_______________________________________________________________________________________

Mathematica [A]  time = 0.0203394, size = 35, normalized size = 0.95 \[ \frac{5 \left (-3375 x^4-4050 x^3+1395 x^2+3326 x+1056\right )+22 \log (5 x+3)}{6250} \]

Antiderivative was successfully verified.

[In]  Integrate[((1 - 2*x)*(2 + 3*x)^3)/(3 + 5*x),x]

[Out]

(5*(1056 + 3326*x + 1395*x^2 - 4050*x^3 - 3375*x^4) + 22*Log[3 + 5*x])/6250

_______________________________________________________________________________________

Maple [A]  time = 0.003, size = 28, normalized size = 0.8 \[{\frac{1663\,x}{625}}+{\frac{279\,{x}^{2}}{250}}-{\frac{81\,{x}^{3}}{25}}-{\frac{27\,{x}^{4}}{10}}+{\frac{11\,\ln \left ( 3+5\,x \right ) }{3125}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((1-2*x)*(2+3*x)^3/(3+5*x),x)

[Out]

1663/625*x+279/250*x^2-81/25*x^3-27/10*x^4+11/3125*ln(3+5*x)

_______________________________________________________________________________________

Maxima [A]  time = 1.33776, size = 36, normalized size = 0.97 \[ -\frac{27}{10} \, x^{4} - \frac{81}{25} \, x^{3} + \frac{279}{250} \, x^{2} + \frac{1663}{625} \, x + \frac{11}{3125} \, \log \left (5 \, x + 3\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(3*x + 2)^3*(2*x - 1)/(5*x + 3),x, algorithm="maxima")

[Out]

-27/10*x^4 - 81/25*x^3 + 279/250*x^2 + 1663/625*x + 11/3125*log(5*x + 3)

_______________________________________________________________________________________

Fricas [A]  time = 0.212134, size = 36, normalized size = 0.97 \[ -\frac{27}{10} \, x^{4} - \frac{81}{25} \, x^{3} + \frac{279}{250} \, x^{2} + \frac{1663}{625} \, x + \frac{11}{3125} \, \log \left (5 \, x + 3\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(3*x + 2)^3*(2*x - 1)/(5*x + 3),x, algorithm="fricas")

[Out]

-27/10*x^4 - 81/25*x^3 + 279/250*x^2 + 1663/625*x + 11/3125*log(5*x + 3)

_______________________________________________________________________________________

Sympy [A]  time = 0.166952, size = 34, normalized size = 0.92 \[ - \frac{27 x^{4}}{10} - \frac{81 x^{3}}{25} + \frac{279 x^{2}}{250} + \frac{1663 x}{625} + \frac{11 \log{\left (5 x + 3 \right )}}{3125} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((1-2*x)*(2+3*x)**3/(3+5*x),x)

[Out]

-27*x**4/10 - 81*x**3/25 + 279*x**2/250 + 1663*x/625 + 11*log(5*x + 3)/3125

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.204626, size = 38, normalized size = 1.03 \[ -\frac{27}{10} \, x^{4} - \frac{81}{25} \, x^{3} + \frac{279}{250} \, x^{2} + \frac{1663}{625} \, x + \frac{11}{3125} \,{\rm ln}\left ({\left | 5 \, x + 3 \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(3*x + 2)^3*(2*x - 1)/(5*x + 3),x, algorithm="giac")

[Out]

-27/10*x^4 - 81/25*x^3 + 279/250*x^2 + 1663/625*x + 11/3125*ln(abs(5*x + 3))